OnClientIsDroppedDownChanged Property (DropDown<T>)
In This Topic
Occurs after the drop down is shown or hidden.
Syntax
'Declaration
Public Property OnClientIsDroppedDownChanged As System.String
'Usage
Dim instance As DropDown(Of T)
Dim value As System.String
instance.OnClientIsDroppedDownChanged = value
value = instance.OnClientIsDroppedDownChanged
public System.string OnClientIsDroppedDownChanged {get; set;}
public read-write property OnClientIsDroppedDownChanged: System.String;
public function get,set OnClientIsDroppedDownChanged : System.String
public: __property System.string* get_OnClientIsDroppedDownChanged();
public: __property void set_OnClientIsDroppedDownChanged(
System.string* value
);
public:
property System.String^ OnClientIsDroppedDownChanged {
System.String^ get();
void set ( System.String^ value);
}
See Also